翻訳と辞書
Words near each other
・ Heterogamy
・ Heterogaspis
・ Heterogaster
・ Heterogaster artemisiae
・ Heterogastridae
・ Heterogastridiales
・ Heterogen longispira
・ Heterogena
・ Heterogenea asella
・ Heterogeneity (disambiguation)
・ Heterogeneity in economics
・ Heterogeneous Aerial Reconnaissance Team
・ Heterogeneous catalysis
・ Heterogeneous catalytic reactor
・ Heterogeneous Combustion
Heterogeneous computing
・ Heterogeneous condition
・ Heterogeneous database system
・ Heterogeneous Earliest Finish Time
・ Heterogeneous Element Processor
・ Heterogeneous network
・ Heterogeneous nuclear ribonucleoprotein A1
・ Heterogeneous random walk in one dimension
・ Heterogeneous ribonucleoprotein particle
・ Heterogeneous System Architecture
・ Heterogeneous water oxidation
・ Heterogeneous wireless network
・ Heteroglenea
・ Heteroglossia
・ Heteroglycan alpha-mannosyltransferase


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Heterogeneous computing : ウィキペディア英語版
Heterogeneous computing

Heterogeneous computing refers to systems that use more than one kind of processor or cores. These systems gain performance or energy efficiency not just by adding the same type of processors, but by adding dissimilar processors, usually incorporating specialized processing capabilities to handle particular tasks.
Usually heterogeneity in the context of computing referred to different instruction set architectures (ISA), where the main processor has one and the rest have another, usually a very different architecture (maybe more than one), not just a different microarchitecture (floating point number processing is a special case of this not usually referred to as heterogeneous). E.g. ARM big.LITTLE is an exception where the ISAs of cores are the same and heterogeneity refers to the speed of different microarchitectures of the same ISA,〔(A Survey Of Techniques for Architecting and Managing Asymmetric Multicore Processors ), ACM Computing Surveys, 2015.〕 then making it more like a symmetric multiprocessor system (SMP).
In the past heterogeneous computing meant different ISAs had to be handled differently, while a modern example, Heterogeneous System Architecture (HSA) systems, eliminate the difference (for the user); use multiple processor types (typically CPUs and GPUs〔S. Mittal and J. Vetter (2015), (A Survey of CPU-GPU Heterogeneous Computing Techniques ), ACM Computing Surveys.〕), usually on the same integrated circuit, to give you the best of both worlds: general GPU processing (apart from its well-known 3D graphics rendering capabilities, can also perform mathematically intensive computations on very large data sets), while CPUs can run the operating system and perform traditional serial tasks.
The level of heterogeneity in modern computing systems is gradually increasing as further scaling of fabrication technologies allows for formerly discrete components to become integrated parts of a system-on-chip, or SoC. For example, many new processors now include built-in logic for interfacing with other devices (SATA, PCI, Ethernet, USB, RFID, Radios, UARTs, and memory controllers), as well as programmable functional units and hardware accelerators (GPUs, cryptography co-processors, programmable network processors, A/V encoders/decoders, etc.).
Recent findings show that a heterogeneous-ISA chip multiprocessor that exploits diversity offered by multiple ISAs, can outperform the best same-ISA heterogeneous architecture by as much as 21% with 23% energy savings and a reduction of 32% in Energy Delay Product. The recent announcement by AMD on its pin-compatible ARM and x86 SoCs, codename Project Skybridge, suggests a heterogeneous-ISA (ARM+x86) chip multiprocessor in the making.
== Challenges in heterogeneous computing ==
Heterogeneous computing systems present new challenges not found in typical homogeneous systems. The presence of multiple processing elements raises all of the issues involved with homogeneous parallel processing systems, while the level of heterogeneity in the system can introduce non-uniformity in system development, programming practices, and overall system capability. Areas of heterogeneity can include:
* ISA or instruction set architecture
*
* Compute elements may have different instruction set architectures, leading to binary incompatibility.
* ABI or application binary interface
*
* Compute elements may interpret memory in different ways. This may include both endianness, calling convention, and memory layout, and depends on both the architecture and compiler being used.
* API or application programming interface
*
* Library and OS services may not be uniformly available to all compute elements.
* Low-Level Implementation of Language Features
*
* Language features such as functions and threads are often implemented using function pointers, a mechanism which requires additional translation or abstraction when used in heterogeneous environments.
* Memory Interface and Hierarchy
*
* Compute elements may have different cache structures, cache coherency protocols, and memory access may be uniform or non-uniform memory access (NUMA). Differences can also be found in the ability to read arbitrary data lengths as some processors/units can only perform byte-, word-, or burst accesses.
* Interconnect
*
* Compute elements may have differing types of interconnect aside from basic memory/bus interfaces. This may include dedicated network interfaces, Direct memory access (DMA) devices, mailboxes, FIFOs, and scratchpad memories, etc. Furthermore, certain portions of a heterogeneous system may be cache-coherent, whereas others may require explicit software-involvement for maintaining consistency and coherency.
* Performance
*
* A heterogeneous system may have CPUs that are identical in terms of architecture, but have underlying micro-architectural differences that lead to various levels of performance and power consumption.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Heterogeneous computing」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.